Class FrameworkException

Summary

Fully Qualified Name: CodeIgniter\Exceptions\FrameworkException
Extends: RuntimeException
Implements: ExceptionInterface

Description

Class FrameworkException

A collection of exceptions thrown by the framework that can only be determined at run time.

Methods

Name Description Defined By
forCopyError() FrameworkException
forInvalidFile() FrameworkException
forMissingExtension() FrameworkException
forNoHandlers() FrameworkException

Method Details

forCopyError()

Parameter Name Type Description
$path

Returns: void

forInvalidFile()

Parameter Name Type Description
$path

Returns: void

forMissingExtension()

Parameter Name Type Description
$extension

Returns: void

forNoHandlers()

Parameter Name Type Description
$class

Returns: void

Top